2027 Method
Changes 0
M

Wall.Create

Description:
Creates a non rectangular profile wall within the project using the default wall type.
public static Wall Create(
	Document document,
	IList<Curve> profile,
	bool structural
)
  • document
    The document in which the new wall is created.
  • IList<Curve>
    profile
    An array of planar curves that represent the vertical profile of the wall.
  • Boolean
    structural
    If set, specifies that the wall is structural in nature.
Return Value Wall If successful a new wall object within the project.